home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 March
/
Software of the Month Club 1998 March.iso
/
pc
/
dos
/
sri
/
biz
/
parse
/
exampl07.pom
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-27
|
335 b
|
19 lines
;
; Replace every tab character with two spaces
;
CHANGE $FLINE $TAB " "
;
; Extract the columns
;
SET ProgName = $FLINE[ 1 20]
SET Descrip = $FLINE[22 99]
;
; Trim the spaces
;
TRIM ProgName "B" " "
TRIM Descrip "B" " "
;
; Output the result
;
OUTEND |"{ProgName}","{Descrip}"